ComponentOne Bitmap for WPF
CopyFromMemory<T>(T[],Int32,RectL) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > Bitmap Class > CopyFromMemory Method : CopyFromMemory<T>(T[],Int32,RectL) Method
Syntax
'Declaration
 
Public Overloads Sub CopyFromMemory(Of T As {New, Struct})( _
   ByVal memory() As T, _
   ByVal pitch As System.Integer, _
   ByVal destinationArea As RectL _
) 
public void CopyFromMemory<T>( 
   T[] memory,
   System.int pitch,
   RectL destinationArea
)
where T: new(), struct

Parameters

memory
pitch
destinationArea

Type Parameters

T
See Also

Reference

Bitmap Class
Bitmap Members
Overload List